home *** CD-ROM | disk | FTP | other *** search
- Path: newsbf02.news.aol.com!not-for-mail
- From: errdogg@aol.com (Err Dogg)
- Newsgroups: comp.lang.c++
- Subject: Need help making a DLL
- Date: 1 Apr 1996 00:19:24 -0500
- Organization: America Online, Inc. (1-800-827-6364)
- Sender: root@newsbf02.news.aol.com
- Message-ID: <4jnp0s$d7p@newsbf02.news.aol.com>
- Reply-To: errdogg@aol.com (Err Dogg)
- NNTP-Posting-Host: newsbf02.mail.aol.com
-
- I need a little hand making a DLL. I have some C++ functions that I want
- to incorporate into VB, but I'm having trouble making the DLL. I have
- Borland C++ 4.0. I thought all I needed to do was somthign like
-
- int _export far pascal function (int arg1)
- {
- function
- }
-
- I thought the compiler would then know I wanted a DLL, but I select
- project, make, and it trys to build an EXE. Thanks for your time.
-